projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f6c9d
)
tests/installed: increase async retries to 500
author
Jonathan Lebon
<jonathan@jlebon.com>
Wed, 18 Apr 2018 19:57:59 +0000
(15:57 -0400)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Mon, 23 Apr 2018 17:23:40 +0000
(17:23 +0000)
It seems like 240 retries is just not long enough for all the
non-destructive tests running in parallel to finish. Let's crank that up
to 500 retries.
Closes: #1548
Approved by: cgwalters
tests/installed/execute_batch.yml
patch
|
blob
|
history
diff --git
a/tests/installed/execute_batch.yml
b/tests/installed/execute_batch.yml
index 7fd8374b89d84d9c4eb4ad7620eda0d08c5aca64..fe2b57024962d4808f721ae8ec7e477a37bee42d 100644
(file)
--- a/
tests/installed/execute_batch.yml
+++ b/
tests/installed/execute_batch.yml
@@
-19,4
+19,4
@@
loop_var: "async_result_item"
register: async_poll_results
until: async_poll_results.finished
- retries:
24
0
+ retries:
50
0